home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qcs1000.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  15.4 KB  |  474 lines

  1. *PPD-Adobe:  "4.0"
  2. *% Adobe Systems Printer Description File
  3. *% For "QMS ColorScript Laser 1000 Level 2" version 2011.22
  4. *% Produced by QMS Inc.
  5. *% Date: 03/22/93
  6. *% Modified:  08/10/93
  7.  
  8. *FormatVersion: "4.0"
  9. *FileVersion: "1.0"
  10. *LanguageVersion: English
  11. *PCFileName: "QCS1000.PPD"
  12.  
  13. *Product: "(QMS ColorScript Laser 1000)"
  14. *PSVersion: "(2011.23) 2"
  15. *%ModelName: "QMS CS Laser 1000 Level 2"
  16. *NickName: "QMS ColorScript Laser 1000"
  17. *ModelName: "QMS ColorScript Laser 1000"
  18.  
  19. *% ADORequiresEExec added by Microsoft
  20. *ADORequiresEExec: True
  21.  
  22. *% General Information and Defaults ===============
  23. *LanguageLevel: "2"
  24. *TrueImageDevice: True
  25. *AcceptsTrueType: True
  26. *FreeVM: "997550"
  27. *ColorDevice: True
  28. *DefaultColorSpace: CMYK
  29. *VariablePaperSize: False
  30. *FileSystem: True
  31. *?FileSystem: "
  32. save
  33.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  34. restore
  35. "
  36. *End
  37. *Throughput: "2"
  38. *Password: "0"
  39. *ExitServer: "
  40.  count 0 eq
  41.  { false } { true exch startjob } ifelse
  42.  not { 
  43.      (WARNING : Cannot perform the exitserver command.) = 
  44.      (Password supplied is not valid.) = 
  45.      (Please contact the author of this software.) = flush quit
  46.      } if
  47. "
  48. *End
  49. *Reset: "
  50.  count 0 eq
  51.  { false } { true exch startjob } ifelse
  52.  not {
  53.     (WARNING: Cannot reset printer.) =
  54.     (Missing or invalid password.) =
  55.     (Please contact the author of this software.) = flush quit
  56.     } if
  57.  systemdict /quit get exec
  58.  (WARNING : Printer Reset Failed.) = flush
  59. "
  60. *End
  61.  
  62. *OpenUI *ColorRenderDict/Color Rendering Dictionaries:  PickOne
  63. *OrderDependency:  50 AnySetup *ColorRenderDict
  64. *DefaultColorRenderDict: 2
  65. *ColorRenderDict 1/Photographic: "/Photographic /ColorRendering findresource setcolorrendering"
  66. *ColorRenderDict 2/Colorimetric: "/Colorimetric /ColorRendering findresource setcolorrendering"
  67. *ColorRenderDict 3/Business: "/Business /ColorRendering findresource setcolorrendering"
  68. *CloseUI: *ColorRenderDict
  69.  
  70. *OpenUI *HalftoneType/Halftones: PickOne
  71. *OrderDependency: 50 AnySetup *HalftoneType
  72. *DefaultHalftoneType: 1
  73. *HalftoneType 1/Presentation:"/Presentaton /Halftone findresource sethalftone"
  74. *HalftoneType 2/PresentationLow/Presentaton - 45 LPI:"/PresentatonLow  /Halftone findresource sethalftone"
  75. *HalftoneType 3/Proofing - 4 color:"/Proofing4Color /Halftone findresource sethalftone"
  76. *% *HalftoneType 4/Proofing - 3 color:"/Proofing3Color /Halftone findresource sethalftone"
  77. *HalftoneType 5/Traditional 53LPI x (C15,M75,Y45,K45):"/Traditional /Halftone findresource sethalftone"
  78. *HalftoneType 6/Aligned 53LPI x 45:"/53x45 /Halftone findresource sethalftone"
  79. *HalftoneType 7/Aligned 45LPI x 45:"/45x45 /Halftone findresource sethalftone"
  80. *HalftoneType 8/Aligned 60LPI x 54:"/60x54 /Halftone findresource sethalftone"
  81. *CloseUI: *HalftoneType
  82.  
  83. *% Colormodel uses DOC commands.
  84. *OpenUI *Colormodel/Colormodels: PickOne
  85. *OrderDependency: 50 AnySetup *Colormodel
  86. *DefaultColormodel: 2
  87. *Colormodel 1/Gray:"%%IncludeFeature: colormodel(graymodel)"
  88. *Colormodel 2/CMYK:"%%IncludeFeature: colormodel(cmyk)"
  89. *CloseUI: *Colormodel
  90.  
  91. *OpenUI *Separations: Boolean
  92. *OrderDependency: 40 AnySetup *Separations
  93. *Separations True: "1 dict dup /Separations true put setpagedevice"
  94. *Separations False: "1 dict dup /Separations false put setpagedevice"
  95. *DefaultSeparations: False
  96. *?Separations: "
  97.    save currentpagedevice /Separations get
  98.   {(True)}{(False)}ifelse = flush restore" 
  99. *End
  100. *CloseUI: *Separations
  101.  
  102. *% Halftone Information ===============
  103.  
  104. *ScreenFreq: "53.0"
  105. *ScreenAngle: "45.0"
  106.  
  107. *DefaultScreenProc: Dot
  108. *ScreenProc Dot: "
  109. { 1.4 0.24 
  110.   { 2 
  111.    { 3 1 roll add dup 1.0 gt { 2.0 sub } if 
  112.    } repeat 
  113.    abs exch abs 2 copy add 1 gt 
  114.    { 1 sub dup mul exch 1 sub dup mul add 1 sub } 
  115.    { dup mul exch dup mul add 1 exch sub}
  116.     ifelse 
  117.   } exec 
  118. }
  119. "
  120. *End
  121. *ScreenProc Line: "{ pop }"
  122. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  123.  
  124. *DefaultTransfer: Null
  125. *Transfer Null: "{ }"
  126. *Transfer Null.Inverse: "{ 1 exch sub }"
  127.  
  128. *% Paper Handling ===================
  129.  
  130. *OpenGroup:  PaperHandling
  131. *OpenUI *Resolution: PickOne
  132. *OrderDependency: 10 AnySetup *Resolution
  133. *DefaultResolution: 300dpi
  134. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  135. *?Resolution: "
  136.   save
  137.     currentpagedevice /HWResolution get
  138.     0 get
  139.     (          ) cvs print
  140.     (dpi)
  141.     = flush
  142.   restore
  143. "
  144. *End
  145. *CloseUI: *Resolution
  146.  
  147. *% Use these entries to set paper size most of the time, unless there is
  148. *% specific reason to use PageRegion or PaperTray.
  149. *OpenUI  *PageSize: PickOne
  150. *OrderDependency: 20 AnySetup *PageSize
  151. *DefaultPageSize: Letter
  152. *PageSize Letter: "
  153.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  154. *End
  155. *PageSize Legal: "
  156.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  157. *End
  158. *PageSize A4: "
  159.     2 dict dup /PageSize [596 842] put dup /ImagingBBox null put setpagedevice"
  160. *End
  161. *PageSize Executive: "
  162.     2 dict dup /PageSize [522 757] put dup /ImagingBBox null put setpagedevice"
  163. *End
  164. *?PageSize: "
  165.  save
  166.    currentpagedevice /PageSize get aload pop
  167.    2 copy gt {exch} if 
  168.    (Unknown) 
  169.    6 dict
  170.    dup [612 792] (Letter) put
  171.    dup [612 1008] (Legal) put
  172.    dup [596 842] (A4) put
  173.    dup [522 757] (Executive) put
  174.  { exch aload pop 4 index sub abs 5 le exch 
  175.    5 index sub abs 5 le and 
  176.       {exch pop exit} {pop} ifelse
  177.    } bind forall
  178.    = flush pop pop
  179. restore 
  180. "
  181. *End
  182. *CloseUI: *PageSize
  183.  
  184. *% These entries will set up the frame buffer. Usually used with manual feed.
  185. *% PageMaker 4.2 and Freehand 3.1 use this PageRegion command.
  186. *DefaultPageRegion: Letter
  187. *PageRegion Letter: "
  188.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  189. *End
  190. *PageRegion Legal: "
  191.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  192. *End
  193. *PageRegion A4: "
  194.     2 dict dup /PageSize [596 842] put dup /ImagingBBox null put setpagedevice"
  195. *End
  196. *PageRegion Executive: "
  197.     2 dict dup /PageSize [522 757] put dup /ImagingBBox null put setpagedevice"
  198. *End
  199.  
  200. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  201. *% These errors should be trapped by software and a message displayed
  202. *OpenUI  *PaperTray: PickOne
  203. *OrderDependency: 30 AnySetup *PaperTray
  204. *DefaultPaperTray: Letter
  205. *PaperTray Letter: "statusdict begin lettertray end"
  206. *PaperTray Legal: "statusdict begin legaltray end"
  207. *PaperTray A4: "statusdict begin a4tray end"
  208. *PaperTray Executive: "statusdict begin executivetray end"
  209. *?PaperTray: "
  210.  save statusdict begin
  211.   5 dict begin
  212.    /letter (Letter) def
  213.    /legal (Legal) def
  214.    /a4 (A4) def
  215.    /executivepage (Executive) def
  216.    papersize {
  217.      {load exec} stopped not{= flush}if
  218.    }{
  219.      {load exec} stopped not{print (.Transverse) = flush}if
  220.    }ifelse
  221.   end
  222.  end restore"
  223. *End
  224. *CloseUI: *PaperTray
  225.  
  226. *% The following entries provide information about specific paper keywords.
  227. *DefaultImageableArea: Letter
  228. *ImageableArea Letter: "15 15 598 777"
  229. *ImageableArea Legal: "15 15 598 993"
  230. *ImageableArea A4: "15 15 580 827"
  231. *ImageableArea Executive: "15 15 507 742"
  232. *?ImageableArea: "
  233.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  234.   newpath clippath pathbbox
  235.   4 -2 roll exch 2 {ceiling cvp} repeat
  236.   exch 2 {floor cvp} repeat flush
  237.  restore
  238. "
  239. *End
  240.  
  241. *% These provide the physical dimensions of the paper (by keyword)
  242. *DefaultPaperDimension: Letter
  243. *PaperDimension Letter: "612 792"
  244. *PaperDimension Legal: "612 1008"
  245. *PaperDimension A4: "596 842"
  246. *PaperDimension Executive: "522 757"
  247.  
  248. *DefaultOutputBin: Upper
  249.  
  250. *OpenUI *InputSlot: PickOne
  251. *OrderDependency: 10 AnySetup *InputSlot
  252. *DefaultInputSlot: Upper
  253. *InputSlot Upper: "
  254.    currentpagedevice /InputAttributes get
  255.    1 get dup null eq {pop}
  256.       { dup /InputAttributes
  257.          1 dict dup /Priority [1] put
  258.       put setpagedevice } ifelse"
  259. *End
  260. *InputSlot Lower: "
  261.    currentpagedevice /InputAttributes get
  262.    2 get dup null eq {pop}
  263.       { dup /InputAttributes
  264.          1 dict dup /Priority [2] put
  265.       put setpagedevice } ifelse"
  266. *End
  267. *?InputSlot: "
  268. save
  269.    [(Unknown) (Upper) (Lower)]
  270.    currentpagedevice /InputAttributes get
  271.    /Priority get aload pop dup 2 gt {pop 3} if
  272.    get = flush restore"
  273. *End
  274. *CloseUI: *InputSlot
  275.  
  276. *% Level 2 Manual Feed
  277. *OpenUI *ManualFeed: Boolean
  278. *OrderDependency: 20 AnySetup *ManualFeed
  279. *DefaultManualFeed: False
  280. *?ManualFeed: "
  281.   save
  282.     currentpagedevice /ManualFeed get
  283.     {(True)}{(False)}ifelse = flush
  284.   restore"
  285. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  286. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  287. *End
  288. *CloseUI: *ManualFeed
  289.  
  290. *DefaultOutputOrder: Normal
  291.  
  292. *DefaultSorter: None
  293. *DefaultDuplex: None
  294.  
  295. *OpenUI *Collate:  Boolean
  296. *OrderDependency:  40 AnySetup *Collate
  297. *DefaultCollate: True
  298. *Collate True:  "1 dict dup /Collate true put setpagedevice"
  299. *Collate False:  "1 dict dup /Collate false put setpagedevice"
  300. *?Collate:"
  301. save
  302.   currentpagedevice /Collate get
  303.   {(True)}{(False)}ifelse = flush restore"
  304. *End
  305. *CloseUI: *Collate
  306.  
  307. *OpenUI *TraySwitch: Boolean
  308. *OrderDependency: 50 AnySetup *TraySwitch
  309. *DefaultTraySwitch: False
  310. *TraySwitch True: "1 dict dup /TraySwitch true put setpagedevice"
  311. *TraySwitch False: "1 dict dup /TraySwitch false put setpagedevice"
  312. *?TraySwitch: "
  313. save
  314.   currentpagedevice /TraySwitch get
  315.   {(True)}{(False)}ifelse = flush
  316. restore
  317. "
  318. *End
  319. *CloseUI: *TraySwitch
  320. *CloseGroup:  PaperHandling
  321.  
  322. *% Font Information =====================
  323.  
  324. *DefaultFont: Courier
  325. *Font AvantGarde-Book: Standard "(001.006)"
  326. *Font AvantGarde-BookOblique: Standard "(001.006)"
  327. *Font AvantGarde-Demi: Standard "(001.007)"
  328. *Font AvantGarde-DemiOblique: Standard "(001.007)"
  329. *Font Bookman-Demi: Standard "(001.003)"
  330. *Font Bookman-DemiItalic: Standard "(001.003)"
  331. *Font Bookman-Light: Standard "(001.003)"
  332. *Font Bookman-LightItalic: Standard "(001.003)"
  333. *Font Courier: Standard "(002.004)"
  334. *Font Courier-Bold: Standard "(002.004)"
  335. *Font Courier-BoldOblique: Standard "(002.004)"
  336. *Font Courier-Oblique: Standard "(002.004)"
  337. *Font Helvetica: Standard "(001.006)"
  338. *Font Helvetica-Bold: Standard "(001.007)"
  339. *Font Helvetica-BoldOblique: Standard "(001.007)"
  340. *Font Helvetica-Condensed: Standard "(001.001)"
  341. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  342. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  343. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  344. *Font Helvetica-Narrow: Standard "(001.006)"
  345. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  346. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  347. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  348. *Font Helvetica-Oblique: Standard "(001.006)"
  349. *Font NewCenturySchlbk-Bold: Standard "(001.009)"
  350. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007)"
  351. *Font NewCenturySchlbk-Italic: Standard "(001.006)"
  352. *Font NewCenturySchlbk-Roman: Standard "(001.007)"
  353. *Font Palatino-Bold: Standard "(001.005)"
  354. *Font Palatino-BoldItalic: Standard "(001.005)"
  355. *Font Palatino-Italic: Standard "(001.005)"
  356. *Font Palatino-Roman: Standard "(001.005)"
  357. *Font Symbol: Special "(001.007)"
  358. *Font Times-Bold: Standard "(001.007)"
  359. *Font Times-BoldItalic: Standard "(001.009)"
  360. *Font Times-Italic: Standard "(001.007)"
  361. *Font Times-Roman: Standard "(001.007)"
  362. *Font ZapfChancery-MediumItalic: Standard "(001.007)"
  363. *Font ZapfDingbats: Special "(001.004)"
  364. *Font Aachen-Bold: Standard "(001.001)"
  365. *Font BrushScript: Standard "(001.001)"
  366. *Font Cooper-Black: Standard "(001.001)"
  367. *Font CooperBlack-Italic: Standard "(001.001)"
  368. *Font FreestyleScript: Standard "(001.001)"
  369. *Font Garamond-Bold: Standard "(001.001)"
  370. *Font Garamond-BoldItalic: Standard "(001.001)"
  371. *Font Garamond-Light: Standard "(001.001)"
  372. *Font Garamond-LightItalic: Standard "(001.001)"
  373. *Font Helvetica-Black: Standard "(001.001)"
  374. *Font Helvetica-BlackOblique: Standard "(001.001)"
  375. *Font Helvetica-Light: Standard "(001.001)"
  376. *Font Helvetica-LightOblique: Standard "(001.001)"
  377. *Font Hobo: Standard "(001.001)"
  378. *Font LetterGothic: Standard "(001.001)"
  379. *Font LetterGothic-Bold: Standard "(001.001)"
  380. *Font LetterGothic-BoldSlanted: Standard "(001.001)"
  381. *Font LetterGothic-Slanted: Standard "(001.001)"
  382. *Font Optima: Standard "(001.001)"
  383. *Font Optima-Bold: Standard "(001.001)"
  384. *Font Optima-BoldOblique: Standard "(001.001)"
  385. *Font Optima-Oblique: Standard "(001.001)"
  386. *Font ParkAvenue: Standard "(001.001)"
  387. *Font Revue: Standard "(001.001)"
  388. *Font Stencil: Standard "(001.001)"
  389. *Font UniversityRoman: Standard "(001.001)"
  390. *?FontQuery: "
  391.  save
  392.    { count 1 gt
  393.       { exch dup 127 string cvs (/) print print (:) print
  394.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  395.       } { exit } ifelse 
  396.    } bind loop
  397.    (*) = flush
  398.  restore
  399. "
  400. *End
  401.  
  402. *?FontList: "
  403. save
  404.   (*) {cvn ==} 128 string /Font resourceforall
  405.   (*) = flush
  406. restore
  407. "
  408. *End
  409.  
  410. *% Printer Messages (verbatim from printer):
  411. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  412. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  413. *Message: "\FontName\ not found, using Courier"
  414.  
  415. *% Status (format: %%[ status: <one of these> ]%% )
  416. *Status: "idle"
  417. *Status: "busy"
  418. *Status: "waiting"
  419. *Status: "printing"
  420. *Status: "warming up"
  421.  
  422. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  423. *Source: "serial25"
  424. *Source: "AppleTalk"
  425. *Source: "Centronics"
  426. *Source: "other"
  427.  
  428. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  429. *PrinterError: "Paper Out"
  430. *PrinterError: "Paper Jam"
  431. *PrinterError: "Off line"
  432.  
  433. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  434.  
  435. *% Color Separation Information =====================
  436.  
  437. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  438.  
  439. *InkName: ProcessBlack/Process Black
  440. *InkName: CustomColor/Custom Color
  441. *InkName: ProcessCyan/Process Cyan
  442. *InkName: ProcessMagenta/Process Magenta
  443. *InkName: ProcessYellow/Process Yellow
  444.  
  445. *%  For 60 lpi / 300 dpi  ===============================
  446.  
  447. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  448. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  449. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  450. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  451. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  452.  
  453. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  454. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  455. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  456. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  457. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  458.  
  459. *%  For 53 lpi / 300 dpi  ===============================
  460.  
  461. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  462. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  463. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  464. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  465. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  466.  
  467. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  468. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  469. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  470. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  471. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  472.  
  473. *% end of PPD file for QMS ColorScript Laser 1000
  474.